home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / numeric / !Numeric / !Run < prev    next >
Encoding:
Text File  |  1995-04-12  |  375 b   |  10 lines

  1. Set Numeric$Dir <Obey$Dir>
  2. IconSprites <Numeric$Dir>.!Sprites
  3. Set Numeric$Try64 1
  4. RMEnsure UtilityModule 3 Set Numeric$Try64 0
  5. If Numeric$Try64 = 1 then RMensure BASIC64 0 RMload System:Modules.BASIC64
  6. WimpSlot -min 64K -max 64K
  7. If Numeric$Try64 = 0 then BASIC -quit <Numeric$Dir>.!RunImage
  8. If Numeric$Try64 = 1 then BASIC64 -quit <Numeric$Dir>.!RunImage
  9. UnSet Numeric$Try64
  10.